home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Puzzle
/
Cubox.swf
/
scripts
/
DefineSprite_237
/
frame_2
/
DoAction.as
Wrap
Text File
|
2004-06-30
|
1KB
|
80 lines
tellTarget("win")
{
gotoAndStop(1);
}
set("set","0");
tellTarget("table")
{
gotoAndStop(1);
}
Y = "1";
G = "2";
B = "3";
P = "4";
R = "5";
hold = "0";
green = "1";
blue = "2";
yellow = "3";
red = "4";
purple = "5";
bumper = "6";
slider = "7";
ghost = "8";
wheel = "9";
set("table:Y","1");
set("table:G","2");
set("table:B","3");
set("table:P","4");
set("table:R","5");
set("table:green","1");
set("table:blue","2");
set("table:yellow","3");
set("table:red","4");
set("table:purple","5");
set("table:bumper","6");
set("table:slider","7");
set("table:ghost","8");
set("table:wheel","9");
BLANK = "1";
while("9" >= BLANK)
{
tellTarget("RED/tile" add BLANK)
{
gotoAndStop("blank");
}
tellTarget("PURPLE/tile" add BLANK)
{
gotoAndStop("blank");
}
tellTarget("BLUE/tile" add BLANK)
{
gotoAndStop("blank");
}
tellTarget("YELLOW/tile" add BLANK)
{
gotoAndStop("blank");
}
tellTarget("GREEN/tile" add BLANK)
{
gotoAndStop("blank");
}
tellTarget("BUMPER/tile" add BLANK)
{
gotoAndStop("blank");
}
tellTarget("SLIDER/tile" add BLANK)
{
gotoAndStop("blank");
}
tellTarget("GHOST/tile" add BLANK)
{
gotoAndStop("blank");
}
tellTarget("WHEEL/tile" add BLANK)
{
gotoAndStop("blank");
}
BLANK += "1";
}